home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_110_11 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  300 b   |  15 lines

  1. onClipEvent(load){
  2.    isNegative = 0;
  3.    this.dupeOnce = 1;
  4.    myColor = new Color(this);
  5.    if(this == _root.stars)
  6.    {
  7.       _root.origStars = myColor.getTransform();
  8.    }
  9.    if(_root.negativeColor == 0)
  10.    {
  11.       myColor.setTransform(_root.origStars);
  12.       isNegative = 0;
  13.    }
  14. }
  15.